From 4aca0ce803d46ebac1c565e4a03090d60923ac6c Mon Sep 17 00:00:00 2001 From: Erik Bernhardson Date: Thu, 30 Jun 2016 14:21:19 -0700 Subject: [PATCH] Fix reference to undefined class This error class was moved into wikimedia/cldr-plural-rule-parser project, but in the conversion process this exception was not converted over. Change-Id: I36a2466a89e2ed6f0b98b45fcb945b6fdf56fbcf --- includes/cache/localisation/LocalisationCache.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/cache/localisation/LocalisationCache.php b/includes/cache/localisation/LocalisationCache.php index 0fb9ed8561..4970a2bb5f 100644 --- a/includes/cache/localisation/LocalisationCache.php +++ b/includes/cache/localisation/LocalisationCache.php @@ -23,6 +23,7 @@ use Cdb\Reader as CdbReader; use Cdb\Writer as CdbWriter; use CLDRPluralRuleParser\Evaluator; +use CLDRPluralRuleParser\Error as CLDRPluralRuleError; use MediaWiki\MediaWikiServices; /** -- 2.20.1